home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19960209-19960425 / 000405_news@columbia.edu _Fri Apr 12 20:52:06 1996.msg < prev    next >
Internet Message Format  |  1996-05-13  |  1KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id UAA24076 for <kermit.misc@watsun>; Fri, 12 Apr 1996 20:52:05 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id UAA19939 for kermit.misc@watsun; Fri, 12 Apr 1996 20:52:04 -0400 (EDT)
  4. Path: news.columbia.edu!panix!netaxs.com!news2.cais.net!news.cais.net!news.jsums.edu!gatech!newsfeed.internetmci.com!news.creative.net!CREATIVE.NET
  5. From: bmorgan@creative.net
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: How to do this in Ckermit?
  8. Date: Thu, 11 Apr 96 22:40:17
  9. Organization: BBS Systems - San Francisco
  10. Lines: 14
  11. Message-ID: <4kktp1$bvn@cyberE.creative.net>
  12. NNTP-Posting-Host: port27.creative.net
  13. X-Newsreader: IBM WebExplorer DLL 
  14.  
  15. I have a routine in ProComm Windows Aspect which I would like to port to CKermit (OS/2, if
  16. it matters), so that I don't have to run Windows. The answer is probably contained in "Using
  17. C-Kermit", but I can't find it. The part I can't figure is how to control the input buffer
  18. on a character by character basis, which looks like this in PW Aspect:
  19.  
  20. Set Aspect $RXDATA ON
  21. integer A
  22. comreadc A  ; Read a charcter from the comm port
  23. ;Now I can do whatever I like with "A"
  24.  
  25. TIA,
  26.  
  27. Byron Morgan
  28. San Francisco